home *** CD-ROM | disk | FTP | other *** search
- Path: news.dgsys.com!winchendon
- From: eweiss@winchendon.com (Eric Weiss)
- Newsgroups: comp.lang.c++
- Subject: Large Array in Borland/Turbo C++
- Date: Tue, 23 Jan 96 22:41:40 GMT
- Organization: The Winchendon Group, Inc
- Message-ID: <4e3rd8$q75@news.dgsys.com>
- NNTP-Posting-Host: winchendon.com
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
-
- Is there any easy way to declare and use an array of say 100,000 doubles in
- Borland/Turbo C++? The problem is that if I use a huge pointer, I lose random
- access to the array. I know I could use Watcom and it DOS extender, but the
- rest of my program works fine in Borland C++.
-
- Thanks.
-
- Eric
- eweiss@winchendon.com
-